home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 October / PCWorld_2004-10_cd.bin / software / topware / pspad / pspad431inst_cz.exe / {app} / Syntax / D.INI < prev    next >
INI File  |  2003-10-23  |  2KB  |  158 lines

  1. ; PSPad HighLighter definition file for D
  2. ; http://www.digitalmars.com/d/
  3. [Settings]
  4. Name=D
  5. HTMLGroup=0
  6. FileType=*.d
  7. CommentString=
  8. ANSIComment=0
  9. PasComment=0
  10. SlashComment=1
  11. CComment=1
  12. SpecComment=0
  13. BasComment=0
  14. FoxComment=0
  15. REMComment=0
  16. ExclComment=0
  17. ByComment=0
  18. SharpComment=0
  19. SlashComment=1
  20. PerCentComment=0
  21. SinglQComment=0
  22. DblQComment=0
  23. SQLComment=0
  24. SingleQuote=1
  25. DoubleQuote=1
  26. Preprocessors=0
  27. IndentChar={
  28. UnIndentChar=}
  29. TabWidth=2
  30. CaseSensitive=1
  31. [KeyWords]
  32. abstract=
  33. alias=
  34. align=
  35. asm=
  36. assert=
  37. auto=
  38. body=
  39. break=
  40. case=
  41. catch=
  42. class=
  43. const=
  44. continue=
  45. debug=
  46. default=
  47. delegate=
  48. delete=
  49. deprecated=
  50. do=
  51. else=
  52. enum=
  53. export=
  54. extern=
  55. false=
  56. final=
  57. finaly=
  58. for=
  59. foreach=
  60. function=
  61. goto=
  62. if=
  63. import=
  64. in=
  65. inout=
  66. instance=
  67. interface=
  68. invariant=
  69. module=
  70. new=
  71. null=
  72. out=
  73. override=
  74. printf=
  75. private=
  76. protected=
  77. public=
  78. return=
  79. static=
  80. struct=
  81. super=
  82. switch=
  83. synchronized=
  84. template=
  85. this=
  86. throw=
  87. true=
  88. try=
  89. typedef=
  90. union=
  91. unittest=
  92. version=
  93. volatile=
  94. while=
  95. with=
  96. [ReservedWords]
  97. add=
  98. addass=
  99. and=
  100. andass=
  101. bit=
  102. byte=
  103. cat=
  104. cat_r=
  105. catass=
  106. cdouble=
  107. cent=
  108. cfloat=
  109. char=
  110. cmp=
  111. creal=
  112. dchar=
  113. div=
  114. div_r=
  115. divass=
  116. double=
  117. eq=
  118. float=
  119. idouble=
  120. ifloat=
  121. int=
  122. ireal=
  123. long=
  124. mod=
  125. mod_r=
  126. modass=
  127. mul=
  128. mulass=
  129. Object=
  130. opCall=
  131. opIndex=
  132. opSlice=
  133. or=
  134. orass=
  135. real=
  136. shl=
  137. shl_r=
  138. shlass=
  139. short=
  140. shr=
  141. shr_r=
  142. shrass=
  143. sub=
  144. sub_r=
  145. subass=
  146. ubyte=
  147. ucent=
  148. uint=
  149. ulong=
  150. ushort=
  151. ushr=
  152. ushr_r=
  153. ushrass=
  154. void=
  155. wchar=
  156. xor=
  157. xorass=
  158.